Crate rlu

source ·

Structs

LU is a lower-upper numeric factorization.

Enums

Traits

Functions

Factor performs sparse LU factorization with partial pivoting.
Solve Ax=b for one or more right-hand-sides given the numeric factorization of A from factor.